バージョン

暗黙的 キャスト 演算子(ComplexMatrix,Complex[]) オペレータ

ComplexMatrix を Complex 配列にキャストします。
シンタックス
'宣言
 
Overloads Public Operator Widening CType( _
   ByVal x() As Complex _
) As ComplexMatrix
public ComplexMatrix operator implicit( 
   Complex[] x
)

パラメータ

x
Complex 配列。

戻り値の型

y[i] = x[i] である行 ComplexMatrix y。
参照